kotlin-stdlib
JRE
kotlin-stdlib
/
kotlin
/
[JRE]Int
/
xor
xor
infix
fun
xor
(
other
:
Int
)
:
Int
Content copied to clipboard
Performs a bitwise XOR operation between the two values.